GenerateTestReportRequest

data class GenerateTestReportRequest(message: String, group: String?)

Represents request frame that can be used with Page#generateTestReport operation call.

Generates a report for testing.

See also

Constructors

GenerateTestReportRequest
Link copied to clipboard
fun GenerateTestReportRequest(message: String, group: String? = null)

Properties

group
Link copied to clipboard
val group: String? = null
Specifies the endpoint group to deliver the report to.
message
Link copied to clipboard
val message: String
Message to be displayed in the report.

Sources

jvm source
Link copied to clipboard